Skip to content

chore: added tests for sso provisioning tab - #7

Closed
grandmaester wants to merge 29 commits into
mainfrom
chore/sso-provisioning-tab-tests
Closed

chore: added tests for sso provisioning tab#7
grandmaester wants to merge 29 commits into
mainfrom
chore/sso-provisioning-tab-tests

Conversation

@grandmaester

@grandmaester grandmaester commented Dec 8, 2025

Copy link
Copy Markdown
Contributor

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Added Tests for SSO Provisioning Tab Under IDP Management of My ORG Edit component

Describe the purpose of this PR along with any background information and the impacts of the proposed change. For the benefit of the community, please do not assume prior context.

Provide details that support your chosen implementation, including: breaking changes, alternatives considered, changes to the API, etc.

If the UI is being changed, please provide screenshots.

References

https://auth0team.atlassian.net/browse/UIC-258

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • Auth0 Community post
  • StackOverflow post
  • Support forum thread
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

image

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

mustafadeel and others added 27 commits November 28, 2025 01:01
Signed-off-by: Adeel Mustafa <adeel.mustafa@okta.com>
* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* Fix/domain management (#200)

* fix(core): make i18 messages optinal

* fix(core): make i18 messages optinal

* chore: review comments addressed

* test: corrected test case wrt to loader changes

* test: added test case for custom domain hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* test: added code coverage for domain table hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* chore: self review, removed unused code and fixed mock types

* chore: review comments addressed

* fix(react): domain management feedback fixes (#204)

* fix(react): fix idp feedback issue (#205)

* chore: removed change-freeze, jfrog, npm unpublish workflows (#210)

* chore: removed change-freeze.yml

* chore: removed jfrog, npm unpublish workflows

* fix(core,react): saas start feedback fixes (#207)

* Upgrade release beta 14 (#212)

* fix(react,core): semgrep issue fixes (#214)

* fix(react,core): semgrep issue fixes

* fix(react,core): use recheck

* Revert "fix(react,core): use recheck"

This reverts commit d4eb8d268eb00185f99846eaac23f0ebb80c0a4f.

* fix(react,core): fix mime type semgrep issue

* fix(core,react,examples): update dependencies (#215)

* fix(core,react,examples): update dependencies

* fix(examples): prettier fixes

* fix(core,react): test case fix

* fix(core,react): package version update

* fix(examples): fix tailwindcss in doc site

* fix(core,react): remove todos (#217)

* test: corrected test case wrt to loader changes

* test: corrected test case wrt to core client changes

* chore: addressed review comments

---------

Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
Co-authored-by: Pablo Castro <pablo.castro@okta.com>
Signed-off-by: Adeel Mustafa <adeel.mustafa@okta.com>
* test: added code coverage for sso domain management

* chore: self review

* chore: review comments addressed

* chore: removed unwanted comment

* chore: self review

* chore: build issue fixes
* chore: tests added for idp-mgmt hooks

* chore: added tests for my-org config hooks

* chore: fixed review comments

* chore: review comments fixed
* chore: committing tests for idp components

* chore: added test for provider remove modal

* feat: add tests for core schemas and idp hooks  (#239)

* test(react): added integration test cases for idp hooks (#203)

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* Fix/domain management (#200)

* fix(core): make i18 messages optinal

* fix(core): make i18 messages optinal

* chore: review comments addressed

* test: corrected test case wrt to loader changes

* test: added test case for custom domain hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* test: added code coverage for domain table hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* chore: self review, removed unused code and fixed mock types

* chore: review comments addressed

* fix(react): domain management feedback fixes (#204)

* fix(react): fix idp feedback issue (#205)

* chore: removed change-freeze, jfrog, npm unpublish workflows (#210)

* chore: removed change-freeze.yml

* chore: removed jfrog, npm unpublish workflows

* fix(core,react): saas start feedback fixes (#207)

* Upgrade release beta 14 (#212)

* fix(react,core): semgrep issue fixes (#214)

* fix(react,core): semgrep issue fixes

* fix(react,core): use recheck

* Revert "fix(react,core): use recheck"

This reverts commit d4eb8d268eb00185f99846eaac23f0ebb80c0a4f.

* fix(react,core): fix mime type semgrep issue

* fix(core,react,examples): update dependencies (#215)

* fix(core,react,examples): update dependencies

* fix(examples): prettier fixes

* fix(core,react): test case fix

* fix(core,react): package version update

* fix(examples): fix tailwindcss in doc site

* fix(core,react): remove todos (#217)

* test: corrected test case wrt to loader changes

* test: corrected test case wrt to core client changes

* chore: addressed review comments

---------

Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
Co-authored-by: Pablo Castro <pablo.castro@okta.com>

* test: added tests for core schemas (#238)

* test: added tests for api, business error, provider, org details mappers (#240)

---------

Co-authored-by: Rahul Bhowmick <rahul.bhowmick@okta.com>
Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>

* chore: review comments incorporated

---------

Co-authored-by: Pablo Castro <pablo.castro@okta.com>
Co-authored-by: Rahul Bhowmick <rahul.bhowmick@okta.com>
Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
* chore: tests for my-account mfa components

* chore: review comments incorporated

* chore: review comments incorporated

* chore: best testing practices incorporated
* feat: updated rwa exmaple and added bootstrap script

* feat: updated readme file with boostrap instructions

* feat(examples): fix linter

* feat(examples): readme feedback

* feat(examples): add check for my-org api in bootstrap

* feat(examples): fixed prettier issues

* feat(examples): Add my-account flag and align readmes (#247)

---------

Signed-off-by: Adeel Mustafa <adeel.mustafa@okta.com>
Co-authored-by: Pablo Castro Valiño <pablo.castro@okta.com>
* fix(react): store file value instead of name

* fix(core,react): ping federate and samlp schema update

* fix(react): update test case

* fix(core): sms schema phone number regex update
feat(examples): updated rwa bootstrap & readme
@grandmaester grandmaester self-assigned this Dec 8, 2025
@grandmaester
grandmaester force-pushed the chore/sso-provisioning-tab-tests branch 2 times, most recently from 00d87f3 to 9f9021d Compare December 8, 2025 11:24
@grandmaester
grandmaester force-pushed the chore/sso-provisioning-tab-tests branch from 9f9021d to 3442077 Compare December 8, 2025 11:27
NaveenChand755 pushed a commit that referenced this pull request Dec 8, 2025
# This is the 1st commit message:

test: added tests for core schemas (#238)


# This is the commit message #2:

feat: add tests for core schemas and idp hooks  (#239)

* test(react): added integration test cases for idp hooks (#203)

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* Fix/domain management (#200)

* fix(core): make i18 messages optinal

* fix(core): make i18 messages optinal

* chore: review comments addressed

* test: corrected test case wrt to loader changes

* test: added test case for custom domain hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* test: added code coverage for domain table hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* chore: self review, removed unused code and fixed mock types

* chore: review comments addressed

* fix(react): domain management feedback fixes (#204)

* fix(react): fix idp feedback issue (#205)

* chore: removed change-freeze, jfrog, npm unpublish workflows (#210)

* chore: removed change-freeze.yml

* chore: removed jfrog, npm unpublish workflows

* fix(core,react): saas start feedback fixes (#207)

* Upgrade release beta 14 (#212)

* fix(react,core): semgrep issue fixes (#214)

* fix(react,core): semgrep issue fixes

* fix(react,core): use recheck

* Revert "fix(react,core): use recheck"

This reverts commit d4eb8d268eb00185f99846eaac23f0ebb80c0a4f.

* fix(react,core): fix mime type semgrep issue

* fix(core,react,examples): update dependencies (#215)

* fix(core,react,examples): update dependencies

* fix(examples): prettier fixes

* fix(core,react): test case fix

* fix(core,react): package version update

* fix(examples): fix tailwindcss in doc site

* fix(core,react): remove todos (#217)

* test: corrected test case wrt to loader changes

* test: corrected test case wrt to core client changes

* chore: addressed review comments

---------

Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
Co-authored-by: Pablo Castro <pablo.castro@okta.com>

* test: added tests for core schemas (#238)

* test: added tests for api, business error, provider, org details mappers (#240)

---------

Co-authored-by: Rahul Bhowmick <rahul.bhowmick@okta.com>
Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
# This is the commit message #3:

test(react): add tests to idp hooks (domains tab) (#241)

* test: added code coverage for sso domain management

* chore: self review

* chore: review comments addressed

* chore: removed unwanted comment

* chore: self review

* chore: build issue fixes
# This is the commit message #4:

chore: Added Tests for React Hooks folder (#243)

* chore: tests added for idp-mgmt hooks

* chore: added tests for my-org config hooks

* chore: fixed review comments

* chore: review comments fixed
# This is the commit message #5:

Chore: Tests for IDP componnents (#242)

* chore: committing tests for idp components

* chore: added test for provider remove modal

* feat: add tests for core schemas and idp hooks  (#239)

* test(react): added integration test cases for idp hooks (#203)

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* Fix/domain management (#200)

* fix(core): make i18 messages optinal

* fix(core): make i18 messages optinal

* chore: review comments addressed

* test: corrected test case wrt to loader changes

* test: added test case for custom domain hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* test: add domain management component test coverage no trans

* chore: self review, removed unused code and fixed mock types

* test: added code coverage for domain table hook

* test: added coverage for domain verify & delete modal

* test: add domain management component test coverage

* chore: self review, removed unused code and fixed mock types

* chore: review comments addressed

* fix(react): domain management feedback fixes (#204)

* fix(react): fix idp feedback issue (#205)

* chore: removed change-freeze, jfrog, npm unpublish workflows (#210)

* chore: removed change-freeze.yml

* chore: removed jfrog, npm unpublish workflows

* fix(core,react): saas start feedback fixes (#207)

* Upgrade release beta 14 (#212)

* fix(react,core): semgrep issue fixes (#214)

* fix(react,core): semgrep issue fixes

* fix(react,core): use recheck

* Revert "fix(react,core): use recheck"

This reverts commit d4eb8d268eb00185f99846eaac23f0ebb80c0a4f.

* fix(react,core): fix mime type semgrep issue

* fix(core,react,examples): update dependencies (#215)

* fix(core,react,examples): update dependencies

* fix(examples): prettier fixes

* fix(core,react): test case fix

* fix(core,react): package version update

* fix(examples): fix tailwindcss in doc site

* fix(core,react): remove todos (#217)

* test: corrected test case wrt to loader changes

* test: corrected test case wrt to core client changes

* chore: addressed review comments

---------

Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
Co-authored-by: Pablo Castro <pablo.castro@okta.com>

* test: added tests for core schemas (#238)

* test: added tests for api, business error, provider, org details mappers (#240)

---------

Co-authored-by: Rahul Bhowmick <rahul.bhowmick@okta.com>
Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>

* chore: review comments incorporated

---------

Co-authored-by: Pablo Castro <pablo.castro@okta.com>
Co-authored-by: Rahul Bhowmick <rahul.bhowmick@okta.com>
Co-authored-by: Naveen Chand <naveen.s.chand@okta.com>
Co-authored-by: Ajey Charantimath <ajey.charantimath@okta.com>
# This is the commit message #6:

chore: Added Tests for MFA Components folder (#244)

* chore: tests for my-account mfa components

* chore: review comments incorporated

* chore: review comments incorporated

* chore: best testing practices incorporated
# This is the commit message #7:

feat(examples) Update and align examples and readme files (#233)

* feat: updated rwa exmaple and added bootstrap script

* feat: updated readme file with boostrap instructions

* feat(examples): fix linter

* feat(examples): readme feedback

* feat(examples): add check for my-org api in bootstrap

* feat(examples): fixed prettier issues

* feat(examples): Add my-account flag and align readmes (#247)

---------

Signed-off-by: Adeel Mustafa <adeel.mustafa@okta.com>
Co-authored-by: Pablo Castro Valiño <pablo.castro@okta.com>
# This is the commit message #8:

fix(react): store file value instead of name (#246)

* fix(react): store file value instead of name

* fix(core,react): ping federate and samlp schema update

* fix(react): update test case

* fix(core): sms schema phone number regex update
@grandmaester
grandmaester changed the base branch from beta-testing to main December 8, 2025 12:37
@grandmaester
grandmaester dismissed harishsundar-okta’s stale review December 8, 2025 12:37

The base branch was changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants